Add bom.csv part number column name management#197
Add bom.csv part number column name management#197GrandFatherADI wants to merge 1 commit intobennymeg:masterfrom
Conversation
|
@BenRoe that table is from JLC's web site and is on the page I linked above. It is not at all clear from the commentary on that page how the various fields in the BOM are used in the fabrication process. My experience was that putting the MPN in the comment column gave much better results for part selection. Note that the patch doesn't force new behavior. For my use I could achieve 100% correct part matching with JLC's system using the option compared to 80% failure with the default setting. |
|
I've been having similar issues, as we move from the KiCad JLCPCB Tools plugin to Fabrication Toolkit. This section of our BOM highlights the issue: Designator,Footprint,Quantity,Value,LCSC Part #
J3,HC-5566-2x4A-05,1,LOOM_A_OUT,C20539149
J4,HC-5566-2x4A-05,1,LOOM_A_RETURN,C20539149
J5,HC-5566-2x4A-05,1,LOOM_B_OUT,C20539149
J6,HC-5566-2x4A-05,1,LOOM_B_RETURN,C20539149Even though the part number is specified, JLCPCB's ordering system seems to ignore it Conversation with JLCPCB's support got me to this:
Manually tweaking the generated BOM file to change the column header from |


JLCPCB expects to find manufacturer part numbers in a "Comment" column in bom.csv files (https://jlcpcb.com/help/article/bill-of-materials-for-pcb-assembly). Fabrication Toolkit previously used a "LCSC Part #" column for this purpose.
This update allows either a "Comment" or a "LCSC Part #" column to be used for manufacturer part numbers in the bom.csv.